CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口 温度

搜索资源列表

  1. VB+Printerport+DS18B20

    0下载:
  2. 用VB编写,控制计算机的打印口,利用打印口驱动温度传感器DS18B20,实现数字式测温。体积小,使用方便。-Prepared to use VB to control the computer s print port, the use of print port driver temperature sensor DS18B20, the realization of digital temperature measurement. Small size and easy to use.
  3. 所属分类:Printing program

    • 发布日期:2017-03-29
    • 文件大小:21301
    • 提供者:郑文棋
  1. UART_CONTROL_TEST

    0下载:
  2. 一款虚拟温度控制的调试软件,采用串口与单片机开发板相连后,可实现温度控制相关的程序调试-A virtual temperature control debugging software, the use of serial and MCU development board connected, you can achieve temperature control procedures related to debugging
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-02
    • 文件大小:752929
    • 提供者:肖裕伟
  1. 123

    0下载:
  2. 点阵显示 显示年月日 温度 调试 闹钟设置 通过串口线能和上位机通讯-Dot-matrix display shows date, temperature, debug, alarm settings, through the serial line communications can and PC
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6087
    • 提供者:邹浩湘
  1. measurementprocedures

    0下载:
  2. 一个串口很好的测温程序,用于一般温度测量控制。-Serial measurement of a very good program, for general control.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:13965
    • 提供者:zhu
  1. HUAISHONG

    0下载:
  2. 基于单片机、DS18B20的温度控制报警的汇编程序 串口通信-Based on single-chip, DS18B20 the temperature control of the compilation process alarm serial communication
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:2758
    • 提供者:
  1. ds18b20

    1下载:
  2. 用keil51写的温度传感器18B20的驱动程序,其中温度显示用的串口12864,经测试通过,请放心使用。-With the temperature sensor keil51 write driver 18B20, in which the temperature of the serial port 12864 used by the test, please rest assured that use.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:29088
    • 提供者:sjk
  1. com

    2下载:
  2. PC机利用MSCOMM控件通过串口访问下位机,下位机实现DS18B20温度采集,采集数据通过串口上传PC机,PC机利用NTGRAPH控件绘制出温度曲线图!-PC, via serial port access control using MSCOMM the lower position, the next crew to achieve DS18B20 the temperature acquisition, collecting data through serial port PC, up
  3. 所属分类:ADO-ODBC

    • 发布日期:2014-09-02
    • 文件大小:3902656
    • 提供者:liushuai
  1. VBjiemian

    0下载:
  2. 温湿度采集VB界面设计,采用SHT11,AT89S52,RS232连接PC机,串口连接。-Temperature and humidity VB interface design, using SHT11, AT89S52, RS232 connection PC, serial port connection.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:48535
    • 提供者:王新刚
  1. TE-Conter-System

    0下载:
  2. 在keil开发环境下,用AT89S52做主控制器对外界温度值进行检测,并通过串口上传到PC中,查看温度计录,可作毕业设计,内附有电路图 Proteus 软件进行模拟-In keil development environment, using AT89S52 call the shots on the external temperature controller to detect and uploaded to the PC via serial port, view the thermom
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:68506
    • 提供者:gggg
  1. TemperatureControl

    0下载:
  2. C#开发的环境温度控制系统,接收单片机串口温度数据,实时监控。-C# development of the environmental temperature control system, the receiver microcontroller serial temperature data, real-time monitoring.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:675797
    • 提供者:wylsjz
  1. nRF24E1_and_ST89S52

    0下载:
  2. nRF24E1编程下载板相关程序:发射、接收、串口、无线温度采集等等,基于51单片机,移植方便。-nRF24E1 download board programming procedures: transmitter and receiver, serial, wireless temperature collection and so on, based on 51, transplant easily.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:26011
    • 提供者:陈笑天
  1. RWK

    0下载:
  2. 演示通过串口与温控仪表进行通讯,实现温控仪表的温度曲线设置,实时显示.-Demonstration through the serial port to communicate with the temperature controller, temperature controller to achieve the temperature curve settings, real-time display.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:130469
    • 提供者:Tech
  1. ITxiazai_VB6CHS

    0下载:
  2. [串口温度数据采集并实时显示.rar] 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:17434
    • 提供者:
  1. delphi

    0下载:
  2. 串口通讯采集,显示温度湿度数据 ,挺好用的-Serial communication capture, display temperature and humidity data
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:390692
    • 提供者:yuzhuohua
  1. LCD12232_ST7920

    0下载:
  2. 使用带中文字库的12232_ST7290LCD温度计,采用5x7 ASCII字库,带历史温度曲线描绘,并支持串口通信,显示指定内容。 -Use with a Chinese font 12232_ST7290LCD thermometer, using 5x7 ASCII character, portrayed with historical temperature curve, and to support serial communication, display the specif
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:53172
    • 提供者:余宏俊
  1. vb

    1下载:
  2. 是基于VB界面设计的温度采集系统,利用串口通信进行温度的采集以及控制-It is basic of vb ,receiving temperature
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-29
    • 文件大小:9216
    • 提供者:尹化婷
  1. temdataplot

    0下载:
  2. 用MFC编写的串口温度数据采集并实时显示,包括数据实时的曲线显示,数据回调查看等功能-Written with MFC serial temperature data acquisition and real-time display, including the curve of real-time data display, data callback view functions
  3. 所属分类:Com Port

    • 发布日期:2017-05-11
    • 文件大小:3057036
    • 提供者:狄辉
  1. temperature--display

    0下载:
  2. 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3856174
    • 提供者:孙启瑞
  1. chuankouwenduxianshi

    0下载:
  2. 温度显示 串口温度数据采集并实时显示,可以很好的观测实时温度的变化-Temperature display serial data acquisition and real-time temperature display, real-time temperature can be well observed changes
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:1975096
    • 提供者:yifan
  1. chuankou-cewen

    0下载:
  2. 通过串口读出温度值,可以实现多点温度测量。C语言,51单片机。-Temperature read out via the serial port, you can achieve multi-point temperature measurement. C, 51 single.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:13643
    • 提供者:理理
« 1 2 3 4 5 6 78 9 10 11 12 ... 47 »
搜珍网 www.dssz.com